@charset "utf-8";
/*------------------------------------------------------------
	首页
------------------------------------------------------------*/
#main {
	padding-bottom: 0;
}

#main .banner {
	margin-bottom: 72px;
}

#main .banner li {
	height: 540px;
	background: url('../img/about/banner01.png') no-repeat center center;
	background-size: cover;
}

#main .aboutBox .imgBox {
	margin: 0 auto;
	width: 1020px;
}

#main .aboutBox .imgBox .photo {
	width: 478px;
	float: right;
}

#main .aboutBox .imgBox .photo img {
	width: 100%;
	height: auto;
}

#main .aboutBox .imgBox .textBox {
	width: 485px;
	float: left;
}

#main .aboutBox .imgBox .textBox p {
	margin-bottom: 18px;
	font-size: 15px;
	line-height: 1.45;
}

#main .aboutBox .imgBox .textBox p:last-child {
	margin-bottom: 0;
}

#main .aboutBox .imgBox .textBox p span {
	font-weight: bold;
}

#main .aboutBox {
	margin-bottom: 104px;
}

#main .spiritBox .headLine01 {
	margin-bottom: 48px;
}

#main .spiritBox .textList li {
	margin-right: 26px;
	padding: 29px 35px 31px;
	width: 280px;
	float: left;
	transition: all 0.4s;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
}

#main .spiritBox .textList li:last-child {
	margin-right: 0;
}

#main .spiritBox .textList li:hover {
	cursor: pointer;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}

#main .spiritBox .textList li span {
	display: block;
	text-align: center;
}

#main .spiritBox .textList li .image {
	margin: 0 auto 26px;
	width: 78px;
	height: 78px;
	overflow: hidden;
	position: relative;
}

#main .spiritBox .textList li .image img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	transition: all 0.4s;
}

#main .spiritBox .textList li .image .on {
	opacity: 0;
}

#main .spiritBox .textList li:hover .image .on {
	opacity: 1;
}

#main .spiritBox .textList li:hover .image .off {
	opacity: 0;
}

#main .spiritBox .textList li .ttl {
	margin-bottom: 14px;
	color: #3d3d3d;
	font-size: 18px;
}

#main .spiritBox .textList li .text {
	color: #999999;
	font-size: 14px;
}

#main .spiritBox {
	margin-bottom: 113px;
}

#main .eventsBox .headLine01 {
	margin-bottom: 53px;
}

#main .eventsBox .companyBox {
	position: relative;
}

#main .eventsBox .companyBox .companyBg {
	text-align: center;
}

#main .eventsBox .companyBox .lineBox {
	width: 100%;
	position: absolute;
	left: 27px;
	top: 88px;
	z-index: 100;
	text-align: center;
}

#main .eventsBox .companyBox .lineShadowBox {
	width: 100%;
	position: absolute;
	left: 30px;
	top: 126px;
	z-index: 50;
	text-align: center;
}

#main .eventsBox .companyBox p {
	color: #333333;
	font-size: 18px;
	text-align: center;
}

#main .eventsBox .companyBox .txt01 {
	position: absolute;
	left: -11px;
	top: 341px;
}

#main .eventsBox .companyBox .txt02 {
	position: absolute;
	left: 295px;
	top: 145px;
}

#main .eventsBox .companyBox .txt03 {
	position: absolute;
	left: 482px;
	top: 296px;
}

#main .eventsBox .companyBox .txt04 {
	position: absolute;
	left: 707px;
	top: 68px;
}

#main .eventsBox .companyBox .txt05 {
	position: absolute;
	left: 895px;
	top: 232px;
}

#main .eventsBox {
	margin-bottom: 120px;
}

#main .styleBox .headLine01 {
	margin-bottom: 43px;
}

#main .styleBox .photoList {
	margin: 0 auto;
	width: 1057px;
}

#main .styleBox .photoList li {
	margin: 10px 12px 0 0;
	float: left;
	position: relative;
}

#main .styleBox .photoList li:nth-child(3),
#main .styleBox .photoList li:nth-child(5) {
	margin-right: 0;
}

#main .styleBox .photoList li .text {
	padding: 13px 20px;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	box-sizing: border-box;
	background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
}

#main .styleBox .photoList li .text .ttl {
	font-size: 16px;
	line-height: 1.2;
}

#main .styleBox .photoList li .text .ttl .txt {
	display: block;
	font-size: 14px;
}

#main .styleBox .photoList li .text .image {
	display: block;
	font-size: 16px;
	line-height: 1.2;
}

#main .styleBox .photoList li .text .image .num {
	margin-right: 10px;
}

#main .styleBox {
	margin-bottom: 113px;
}

#main .contactBox {
	padding: 71px 0 76px;
	background: url('../img/about/contact_bg.png') no-repeat center top;
	background-size: cover;
}

#main .contactBox .headLine01 .text {
	position: relative;
	display: block;
	color: #fff;
	font-weight: bold;
	background-color: transparent;
}

#main .contactBox .headLine01 .text::before {
	margin-top: -1px;
	width: 418px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #fff;
	content: "";
}

#main .contactBox .headLine01 .text::after {
	margin-top: -1px;
	width: 418px;
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	background-color: #fff;
	content: "";
}

#main .contactBox .headLine01::after {
	background-color: #fff;
}

#main .contactBox .headLine01 .text .redTxt {
	color: #fff;
	font-weight: normal;
}

#main .contactBox .headLine01::before {
	display: none;
}

#main .contactBox .headLine01 {
	margin-bottom: 50px;
}

#main .contactBox .contactList li {
	margin-right: 34px;
	width: 377px;
	height: 255px;
	float: left;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: #fff;
}

#main .contactBox .contactList li > div {
	transition: all 0.4s;
}

#main .contactBox .contactList li .off {
	width: 100%;
	padding-top: 32px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
}

#main .contactBox .contactList li .on {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

#main .contactBox .contactList li .on img {
	width: 100%;
	height: 100%;
}

#main .contactBox .contactList li:hover .off {
	opacity: 0;
}

#main .contactBox .contactList li:hover .on {
	opacity: 1;
}

#main .contactBox .contactList li:nth-child(3) {
	margin-right: 0;
}

#main .contactBox .contactList li span { 
	display: block;
	color: #221815;
	font-size: 14px;
	text-align: center;
}

#main .contactBox .contactList li .image {
	margin-bottom: 25px;
}

#main .contactBox .contactList li .en {
	color: #b2b2b2;
}

#container {
	position: relative;
}

#container .popupBox {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
}

#container .popupBox.on {
	display: block;
}

#container .popupBox .photoArea {
	margin: -450px 0 0 -665px;
	width: 1330px;
	height: 900px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #000;
}

#container .popupBox .photoArea .close {
	position: absolute;
	right: -19px;
	top: -19px;
}

#container .popupBox .photoArea .title {
	padding: 20px 0;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

#container .popupBox .photoArea .swiper-container {
	width: 100%;
	margin: 0 auto;
}

#container .popupBox .photoArea .swiper-slide {
	background-size: cover;
	background-position: center;
}

#container .popupBox .photoArea .gallery-top {
	margin: 0 auto 42px;
	width: 1000px;
	height: 650px;
	/* overflow: visible; */
}

#container .popupBox .photoArea .gallery-top .swiper-slide {
	height: 100% !important;
	background-size: cover;
	background-position: center;
}

#container .popupBox .photoArea .gallery-thumbs {
	width: 1220px;
	height: 12%;
	box-sizing: border-box;
	padding: 10px 0;
}

#container .popupBox .photoArea .gallery-thumbs .swiper-slide {
	width: 12%;
	height: 100%;
	opacity: 0.4;
}

#container .popupBox .photoArea .gallery-thumbs .swiper-slide-active {
	opacity: 1;
	border: 2px solid yellow;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 70px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 70px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main {
		padding-bottom: 0;
	}
	
	#main .banner {
		margin-bottom: 31px;
	}
	
	#main .banner li {
		height: 180px;
		background: url('../img/about/banner01.png') no-repeat center center;
		background-size: cover;
	}
	
	#main .aboutBox .headLine01 {
		margin-bottom: 17px;
	}
	
	#main .aboutBox .imgBox {
		width: auto;
	}
	
	#main .aboutBox .imgBox .photo {
		width: auto;
		float: none;
	}
	
	#main .aboutBox .imgBox .textBox {
		margin-bottom: 41px;
		padding: 0 25px;
		width: auto;
		float: none;
	}

	#main .aboutBox .imgBox .textBox .headLine02 {
		display: none;
	}
	
	#main .aboutBox .imgBox .textBox p {
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 1.51;
	}
	
	#main .aboutBox {
		margin-bottom: 43px;
	}
	
	#main .spiritBox .headLine01 {
		margin-bottom: 20px;
	}

	#main .spiritBox .textList {
		margin: -13px 17px 0
		;
	}
	
	#main .spiritBox .textList li {
		margin: 13px 0 0;
		padding: 17px 15px 15px;
		height: 190px;
		width: 48%;
		float: left;
		transition: none;
		box-sizing: border-box;
		border: 1px solid #eeeeee;
	}

	#main .spiritBox .textList li:nth-child(2n) {
		float: right;
	}
	
	#main .spiritBox .textList li:last-child {
		margin-right: 0;
	}
	
	#main .spiritBox .textList li:hover {
		box-shadow: none;
	}
	
	#main .spiritBox .textList li .image {
		margin-bottom: 15px;
		width: 43px;
		height: 43px;
	}
	
	#main .spiritBox .textList li .image img {
		width: 100%;
		height: 100%;
		transition: none;
	}
	
	#main .spiritBox .textList li .image .on {
		opacity: 1;
	}
		
	#main .spiritBox .textList li .image .off {
		opacity: 0;
	}
	
	#main .spiritBox .textList li:hover .image .on {
		opacity: 1;
	}
	
	#main .spiritBox .textList li:hover .image .off {
		opacity: 0;
	}
	
	#main .spiritBox .textList li .ttl {
		margin-bottom: 6px;
		color: #3d3d3d;
		font-size: 12px;
	}
	
	#main .spiritBox .textList li .text {
		color: #999999;
		font-size: 10px;
	}
	
	#main .spiritBox {
		margin-bottom: 42px;
	}
	
	#main .eventsBox .headLine01 {
		margin-bottom: 38px;
	}
	
	#main .eventsBox .companyBox {
		position: relative;
	}
	
	#main .eventsBox .companyBox .companyBg {
		position: relative;
		text-align: center;
	}

	#main .eventsBox .companyBox .companyBg img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: auto;
	}
	
	#main .eventsBox .companyBox .lineBox {
		display: none;
	}
	
	#main .eventsBox .companyBox .lineShadowBox {
		display: none;
	}

	#main .eventsBox .companyBox .innerBox {
		margin-left: 65px;
		padding-left: 35px;
		position: relative;
	}

	#main .eventsBox .companyBox .innerBox::before {
		width: 1px;
		height: 330px;
		position: absolute;
		left: 0;
		top: 5px;
		background-color: red;
		content: "";
	}
	
	#main .eventsBox .companyBox p {
		margin-bottom: 35px;
		color: #333333;
		font-size: 15px;
		text-align: left;
		position: relative;
	}
	
	#main .eventsBox .companyBox .txt01 {
		position: static;
		left: auto;
		top: auto;
	}
	
	#main .eventsBox .companyBox .txt02 {
		position: static;
		left: auto;
		top: auto;
	}
	
	#main .eventsBox .companyBox .txt03 {
		position: static;
		left: auto;
		top: auto;
	}
	
	#main .eventsBox .companyBox .txt04 {
		position: static;
		left: auto;
		top: auto;
	}
	
	#main .eventsBox .companyBox .txt05 {
		position: static;
		left: auto;
		top: auto;
	}

	#main .eventsBox .companyBox .txt01::before {
		width: 27px;
		height: 27px;
		background: url('../img/about/icon_1.png') no-repeat left top;
		background-size: 27px 27px;
		position: absolute;
		left: -13px;
		top: 0;
		content: "";
	}

	#main .eventsBox .companyBox .txt02::before {
		width: 27px;
		height: 27px;
		background: url('../img/about/icon_2.png') no-repeat left top;
		background-size: 27px 27px;
		position: absolute;
		left: -13px;
		top: 80px;
		content: "";
	}

	#main .eventsBox .companyBox .txt03::before {
		width: 27px;
		height: 27px;
		background: url('../img/about/icon_2.png') no-repeat left top;
		background-size: 27px 27px;
		position: absolute;
		left: -13px;
		top: 160px;
		content: "";
	}

	#main .eventsBox .companyBox .txt04::before {
		width: 27px;
		height: 27px;
		background: url('../img/about/icon_2.png') no-repeat left top;
		background-size: 27px 27px;
		position: absolute;
		left: -13px;
		top: 240px;
		content: "";
	}

	#main .eventsBox .companyBox .txt05::before {
		width: 27px;
		height: 27px;
		background: url('../img/about/icon_1.png') no-repeat left top;
		background-size: 27px 27px;
		position: absolute;
		left: -13px;
		top: 320px;
		content: "";
	}
	
	#main .eventsBox {
		margin-bottom: 120px;
	}
	
	#main .styleBox .headLine01 {
		margin-bottom: 20px;
	}
	
	#main .styleBox .photoList {
		margin: -6px 15px 0;
		width: auto;
	}
	
	#main .styleBox .photoList li {
		margin: 6px 0 0;
		width: 49%;
		float: left;
		position: relative;
	}

	#main .styleBox .photoList li:nth-child(2n) {
		float: right;
	}
	
	#main .styleBox .photoList li:nth-child(3) {
		width: 100%;
	}

	#main .styleBox .photoList li > img {
		width: 100%;
	}
	
	#main .styleBox .photoList li .text {
		padding: 10px;
	}
	
	#main .styleBox .photoList li .text .ttl {
		font-size: 10px;
		line-height: 1.2;
	}
	
	#main .styleBox .photoList li .text .ttl .txt {
		display: block;
		font-size: 10px;
	}
	
	#main .styleBox .photoList li .text .image {
		font-size: 10px;
	}

	#main .styleBox .photoList li .text .image img {
		width: 10px;
		height: auto;
		vertical-align: baseline;
	}
	
	#main .styleBox .photoList li .text .image .num {
		margin-right: 5px;
	}
	
	#main .styleBox {
		margin-bottom: 43px;
	}
	
	#main .contactBox {
		padding: 30px 0 17px;
	}
	
	#main .contactBox .headLine01 .text {
		position: relative;
		display: block;
		color: #fff;
		font-weight: bold;
		background-color: transparent;
	}
	
	#main .contactBox .headLine01 .text::before {
		margin-top: -1px;
		width: 16%;
		height: 2px;
		position: absolute;
		left: 0;
		top: 50%;
		background-color: #fff;
		content: "";
	}
	
	#main .contactBox .headLine01 .text::after {
		margin-top: -1px;
		width: 16%;
		height: 2px;
		position: absolute;
		right: 0;
		top: 50%;
		background-color: #fff;
		content: "";
	}
	
	#main .contactBox .headLine01::after {
		background-color: #fff;
	}
	
	#main .contactBox .headLine01 .text .redTxt {
		color: #fff;
		font-weight: normal;
	}
	
	#main .contactBox .headLine01::before {
		display: none;
	}
	
	#main .contactBox .headLine01 {
		margin-bottom: 37px;
	}

	#main .contactBox .contactList {
		margin: 0 21px;
	}
	
	#main .contactBox .contactList li {
		margin: 0 0 22px;
		padding-top: 32px;
		width: auto;
		height: 214px;
		float: none;
	}

	#main .contactBox .contactList li .off {
		width: 100%;
		padding-top: 32px;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		box-sizing: border-box;
	}
	
	#main .contactBox .contactList li .on {
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	#main .contactBox .contactList li:hover .off {
		opacity: 1;
	}
	
	#main .contactBox .contactList li:hover .on {
		opacity: 0;
	}
	
	#main .contactBox .contactList li span {
		font-size: 12px;
		text-align: center;
	}
	
	#main .contactBox .contactList li .image {
		margin-bottom: 20px;
	}

	#main .contactBox .contactList li .image img {
		width: auto;
		height: 74px;
	}
	
	#main .contactBox .contactList li .en {
		color: #b2b2b2;
	}

	#container .popupBox .photoArea {
		margin: 0;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-color: #000;
	}
	
	#container .popupBox .photoArea .close {
		width: 25px;
		height: 20px;
		position: absolute;
		right: auto;
		left: 15px;
		top: 15px;
		z-index: 100;
	}

	#container .popupBox .photoArea .close img {
		width: 9px;
		height: auto;
	}
	
	#container .popupBox .photoArea .title {
		width: 100%;
		padding: 15px 0;
		font-size: 10px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
	}
	
	#container .popupBox .photoArea .swiper-container {
		width: 100%;
		margin: 0 auto;
	}
	
	#container .popupBox .photoArea .swiper-slide {
		background-size: 100% auto;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#container .popupBox .photoArea .gallery-top {
		margin: 0 auto;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	
	#container .popupBox .photoArea .gallery-top .swiper-slide {
		height: 100% !important;
		background-size: 100% auto;
		background-position: center;
	}

	#container .popupBox .photoArea .gallery-top .swiper-pagination {
		color: #fff;
	}
}
